html {	font-family: "Times New Roman";	
		background-color: blue;}
#subtitulo {
		text-align: center;
		font-size: 1,5em;
	}
.cuerpo {
			text-align: center;
			margin-left: 10em;
			margin-right: 10em;
		}

.cuerpo .tab1 { float: left;
				padding-right: 4em;
			 }

table {border:	1px solid black;
		border-collapse: collapse;
	}
h1 	{	font-size: 2em;
		color: white;
		text-align: center;}
h2 	{	font-size: 1.5em;
		color: white;
		text-align: center;}	
p 	{		font-size: 1.5em;
	}

